home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / bin / colors < prev    next >
Text File  |  1995-07-22  |  2KB  |  110 lines

  1. case `tty` in
  2.     /dev/console)
  3.         setcolor hi_white blue
  4.         setcolor -g yellow green
  5.         setcolor -r yellow lt_magenta
  6.         setcolor -o blue
  7.         setcolor -c 10 12 
  8.         setcolor -p 3000 1
  9.         ;;
  10.     /dev/tty01)
  11.         setcolor hi_white blue
  12.         setcolor -g yellow green
  13.         setcolor -r yellow lt_magenta
  14.         setcolor -o blue
  15.         setcolor -c 10 12 
  16.         setcolor -p 3000 1
  17.         ;;
  18.     /dev/tty02)
  19.         setcolor lt_cyan blue
  20.         setcolor -o blue
  21.         setcolor -g yellow green
  22.         setcolor -r yellow lt_magenta
  23.         setcolor -c 10 12 
  24.         setcolor -p 2900 1
  25.         ;;
  26.     /dev/tty03)
  27.         setcolor lt_magenta blue
  28.         setcolor -o blue
  29.         setcolor -g yellow red
  30.         setcolor -r yellow lt_magenta
  31.         setcolor -c 10 12 
  32.         setcolor -p 2800 1
  33.         ;;
  34.     /dev/tty04)
  35.         setcolor lt_green blue
  36.         setcolor -o blue
  37.         setcolor -g yellow green
  38.         setcolor -r yellow lt_magenta
  39.         setcolor -c 10 12 
  40.         setcolor -p 2700 1
  41.         ;;
  42.     /dev/tty05)
  43.         setcolor lt_cyan blue
  44.         setcolor -o blue
  45.         setcolor -g hi_white blue
  46.         setcolor -r red black
  47.         setcolor -c 10 12 
  48.         setcolor -p 2600 1
  49.         ;;
  50.     /dev/tty06)
  51.         setcolor yellow blue
  52.         setcolor -o blue
  53.         setcolor -g lt_green blue
  54.         setcolor -r blue yellow
  55.         setcolor -c 10 12 
  56.         setcolor -p 2300 1
  57.         ;;
  58.     /dev/tty07)
  59.         setcolor lt_cyan gray
  60.         setcolor -o gray
  61.         setcolor -g yellow green
  62.         setcolor -r yellow lt_magenta
  63.         setcolor -c 10 12 
  64.         setcolor -p 2400 1
  65.         ;;
  66.     /dev/tty08)
  67.         setcolor lt_cyan magenta
  68.         setcolor -o magenta
  69.         setcolor -g yellow green
  70.         setcolor -r yellow lt_magenta
  71.         setcolor -c 10 12 
  72.         setcolor -p 2500 1
  73.         ;;
  74.     /dev/tty09)
  75.         setcolor yellow magenta
  76.         setcolor -o magenta
  77.         setcolor -g yellow green
  78.         setcolor -r yellow lt_magenta
  79.         setcolor -c 10 12 
  80.         setcolor -p 2200 1
  81.         ;;
  82.     /dev/tty10)
  83.         setcolor magenta black
  84.         setcolor -o black
  85.         setcolor -g yellow green
  86.         setcolor -r yellow lt_magenta
  87.         setcolor -c 10 12 
  88.         setcolor -p 2100 1
  89.         ;;
  90.     /dev/tty11)
  91.         setcolor yellow brown
  92.         setcolor -o brown
  93.         setcolor -g yellow green
  94.         setcolor -r yellow lt_magenta
  95.         setcolor -c 10 12 
  96.         setcolor -p 2000 1
  97.         ;;
  98.     /dev/tty12)
  99.         setcolor lt_magenta blue
  100.         setcolor -o blue
  101.         setcolor -g yellow green
  102.         setcolor -r blue lt_magenta
  103.         setcolor -c 10 12 
  104.         setcolor -p 1900 1
  105.         ;;
  106.     *)
  107.         :
  108.         ;;
  109. esac
  110.